Creates a StackPanel for each array of the specified Component-s and adds it to a parent StackPanel with the opposite orientation.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public StackPanel createLayout ( |
true if the orientation of the parent StackPanel is horizontal; otherwise false.
The first stack of Component-s.
The second stack of Component-s.
The third stack of Component-s.
A StackPanel instance.